home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 31 / PC Actual CD 31.iso / dists / SRC / SLIBEXEC.AA / SLIBEXEC / libexec / bootpd / dovend.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-30  |  289 b   |  14 lines

  1. /* dovend.h */
  2.  
  3. #ifdef    __STDC__
  4. #define P(args) args
  5. #else
  6. #define P(args) ()
  7. #endif
  8.  
  9. extern int dovend_rfc1497 P((struct host *hp, u_char *buf, int len));
  10. extern int insert_ip P((int, struct in_addr_list *, u_char **, int *));
  11. extern void insert_u_long P((u_int32, u_char **));
  12.  
  13. #undef P
  14.